@charset "utf-8";
/* CSS Document */
@media(min-width:1200px){
    .col-topimg{
        width: 68.4%;
    }
    .col-headline{
        width: 31.6%;
    }
}
.swiper-container1{
    width: 100%;
}
.main-news{
    background: #F3F5FF;
    padding: 20px 0px
}
.main-right{
    background: #EAEDFA;
}
.col-lg-4 .main-right h3{
    padding-bottom: 0px
}
.main-right dd span{
    width: 60px;
    height: 50px
}
.col-lg-4 .main-right{
    padding: 20px 15px;
}
.main-right dd span{
    background: #fff
}
.main-right dd span b{
    line-height: 25px;
}
.main-right time{
    color: #a9abb1;
    padding-left: 5px;
}
.second-news{
    background: none;
}
.second-news .main-right{
    background: none;
}
.second-news .main-left{
    background: none;
}
.main-news ul li{
    line-height: 22px;
    margin-bottom: 10px
}

.second-news .main-right li{
	background: url(ico_doublearrow_blue.png) no-repeat 0 11px;
	padding: 5px 0 5px 20px;
	line-height: 1.6;
}

.icon-gjjl{
    background: url("icon-gjjl_2024gb.png") no-repeat;
    background-size: 100% auto;
}
.icon-tzgg{
    background: url("icon-tzgg_2024gb.png") no-repeat;
    background-size: 100% auto;
}
.icon-kycg{
    background: url("icon-kycg_2024gb.png") no-repeat;
    background-size: 100% auto;
}
.icon-cxwh{
    background: url("icon-cxwh_2024gb.png") no-repeat;
    background-size: 100% auto;
}
.icon-zxss{
    background: url("icon-zxss_2024gb.png") no-repeat;
    background-size: 100% auto;
}
.icon-gjrc{
    background: url("icon-gjrc_2024gb.png") no-repeat;
    background-size: 100% auto;
}

.main h3 i{
    width: 25px;
    display: block;
    height: 25px;
    margin-right: 8px;
    float: left;
    margin-top: 2px
}
.main-half{
    border: 1px solid #D5DAF1;
    padding: 20px 23px;
    height: 295px;
}
@media(max-width:1200px){
    .main-half{
        height: 250px
    }
}
@media(max-width:991px){
    .main-half{
        height: auto;
        margin-top: 30px;
        padding: 15px;
    }
}
.pub-list{
    overflow: hidden;
}
.pub-list li{
    float: left;
    width: 33.3%;
    padding: 0 15px;
}
.pub-list li a{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.pub-list li a img{
    width: 100%;
    height: auto;
    transition: all 0.3s;
}
.pub-list li a img:hover{
    transform: scale(1.1)
}
.people-list{
    overflow: hidden;
}
.people-list li{
    width: 50%;
    float: left;
    padding: 0 15px;
}
.people-list li a{
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
}
.people-list li a img{
    transition: all 0.3s;
    width: 100%;
    height: auto;
}
.people-list li a img:hover{
    transform: scale(1.1);
}
.pub-list li a{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-family: PingFang-SC, PingFang-SC;
    font-weight: bold;
    font-size: 14px;
    color: #444444;
    line-height: 20px;
    text-align: left;
    font-style: normal;
}
.pub-list li a img{
    width: 100%;
    height: auto;
    transition: all 0.3s;
}
@media(max-width:500px){
    .main-half li{
        width: 100%;
        float: none;
        padding: 15px 30px;
    }
}